home *** CD-ROM | disk | FTP | other *** search
/ La Bible Des... Jeux / La Bible des... Jeux.iso / Les Sharewares / Educatifs / A Panda is for Life... / Musical Panda / Musical Panda.6 / 00141.ls < prev    next >
Encoding:
Text File  |  1995-12-03  |  266 b   |  13 lines

  1. on exitFrame
  2.   global CLOCK
  3.   if the timer >= 60 then
  4.     set the castNum of sprite 3 to the castNum of sprite 3 + 1
  5.     startTimer()
  6.   end if
  7.   if the castNum of sprite 3 <= CLOCK then
  8.     go(#loop)
  9.   else
  10.     set the castNum of sprite 3 to CLOCK - 11
  11.   end if
  12. end
  13.